home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / net / PC2Am204.lha / PC2Am / devs / dosdrivers / PC next >
Text File  |  1994-03-15  |  751b  |  34 lines

  1. /* Mounting receipt for the PC device */
  2.  
  3.     FileSystem = l:PC2Am-handler
  4.     Stacksize = 4096
  5.     Priority = 5
  6.     GlobVec = -1
  7.  
  8. /*  These four values specifies parameters of serial (or other if you use
  9.     multiserial card) device to communicate via. */
  10.     Device = serial.device
  11.     Unit = 0
  12.     Flags = 0
  13.     Baud = 57600
  14.  
  15. /*  Maximal length of packet */
  16.  
  17.     MaxTransfer = 4096
  18.  
  19.  
  20. /*  Timeout value in tenths of second (not surfaces :-)*/
  21.  
  22.     Surfaces = 30
  23.  
  24.  
  25. /*  This contains type of indication. Now only 0=NONE and 1=LED supported */
  26.     BlocksPerTrack = 1
  27.  
  28.  
  29.  /* Following values are here now just for satisfy the mount command, but
  30.     may be used for some config purposes in the future, so keep them null */
  31.  
  32.     LowCyl = 0
  33.     HighCyl = 0
  34.